home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act3 / 00260.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  409 b   |  16 lines

  1. on exitFrame
  2.   global game3level
  3.   if game3level = 1 then
  4.     set the visible of sprite 39 to 0
  5.     set the visible of sprite 40 to 0
  6.     set the visible of sprite 45 to 0
  7.     set the visible of sprite 46 to 0
  8.   end if
  9.   if game3level < 3 then
  10.     set the visible of sprite 41 to 0
  11.     set the visible of sprite 42 to 0
  12.     set the visible of sprite 47 to 0
  13.     set the visible of sprite 48 to 0
  14.   end if
  15. end
  16.